From: Karl Heuer Date: Fri, 17 May 1996 21:13:14 +0000 (+0000) Subject: (display_menu_bar) [HAVE_NTGUI]: Enable the display of X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~83826 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d129c4c2cbad1b117368f06613b30d4e61380d1b;p=emacs.git (display_menu_bar) [HAVE_NTGUI]: Enable the display of menus in --no-window mode on NT. --- diff --git a/src/xdisp.c b/src/xdisp.c index e2d75f6ee2b..ed7de057d98 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -3251,7 +3251,8 @@ display_menu_bar (w) int i; #ifdef HAVE_NTGUI - return; + if (!NILP (Vwindow_system)) + return; #endif #ifdef USE_X_TOOLKIT